is it possible to limit the number of levels of submenu that are displayed?
i only want the first and second levels of navigation to display with the expandable menu, is this possible?

Comments

cburschka’s picture

Title: limit submenu » Limit the expandable levels
Version: 6.x-3.3 » 7.x-1.x-dev
Category: task » feature
Status: Active » Postponed

No, unfortunately this is not possible now. It might be added in a future version depending on how difficult it is to implement.

cburschka’s picture

Status: Postponed » Closed (won't fix)

Both the Javascript and the server-side code currently pay no attention to the level depth. Adding this feature would require a too much additional logic for a single projected use case...